.honorTop{
	width: 890px;
	margin-top: 20px;
	padding: 8px 7px;
	border: 1px dashed #1e418a;
        text-align: center;
}
.honorTop img{
	/*width: 890px;*/
	height: 560px;
}

.honorLunbo{
	margin-top:24px ;
	width: 906px;
	height: 120px;
	position: relative;
}
.honorLunboBox{
	width: 785px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
}
.honorLunboBox ul{
	height: 120px;
	position: relative;
}
.honorLunbo li{
	width: 178px;
	height: 112px;
	padding: 3px;
	border: 1px solid transparent;
	float: left;
	margin: 0 5px;
        text-align: center;
}
.honorLunbo li img{
	max-width: 178px;
	height: 112px;
}
.honorLunbo .active_honor{
	border: 1px solid #1E418A;
}
.honorLunbo li{
	cursor: pointer;
}
.honorLeft,.honorRight:hover{
	cursor: pointer;
}
.honorLeft{
	width: 25px;
	height: 55px;
	position: absolute;
	left: 0;
	top: 32px;
}
.honorRight{
	width: 25px;
	height: 55px;
	position: absolute;
	right: 0;
	top: 32px;
}
